home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTDsgMapiMail.pas' rev: 3.00
-
- #ifndef AHMTDsgMapiMailHPP
- #define AHMTDsgMapiMailHPP
- #include <DsgnWnds.hpp>
- #include <LibIntf.hpp>
- #include <Buttons.hpp>
- #include <DsgnIntf.hpp>
- #include <AHMTMapiMail.hpp>
- #include <ExtCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtdsgmapimail
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TMapiMailConfig;
- class PASCALIMPLEMENTATION TMapiMailConfig : public Dsgnwnds::TDesignWindow
- {
- typedef Dsgnwnds::TDesignWindow inherited;
-
- __published:
- Stdctrls::TButton* Button1;
- Stdctrls::TListBox* ListBox1;
- Stdctrls::TListBox* ListBox2;
- Extctrls::TBevel* Bevel1;
- Stdctrls::TLabel* Label1;
- Stdctrls::TLabel* Label2;
- Stdctrls::TButton* Button2;
- Stdctrls::TButton* Button3;
- Stdctrls::TButton* Button4;
- Stdctrls::TButton* Button5;
- Dialogs::TOpenDialog* OpenDialog1;
- Dialogs::TSaveDialog* SaveDialog1;
- Extctrls::TBevel* Bevel2;
- Buttons::TSpeedButton* SpeedButton1;
- Buttons::TSpeedButton* SpeedButton2;
- Buttons::TSpeedButton* SpeedButton3;
- void __fastcall Button3Click(System::TObject* Sender);
- void __fastcall Button4Click(System::TObject* Sender);
- void __fastcall Button5Click(System::TObject* Sender);
- void __fastcall Button2Click(System::TObject* Sender);
- void __fastcall ListBox1MouseDown(System::TObject* Sender, Controls::TMouseButton Button, Classes::TShiftState
- Shift, int X, int Y);
- void __fastcall FormClose(System::TObject* Sender, Forms::TCloseAction &Action);
- void __fastcall Button1Click(System::TObject* Sender);
- void __fastcall ListBox1Click(System::TObject* Sender);
- void __fastcall SpeedButton1Click(System::TObject* Sender);
- void __fastcall SpeedButton3Click(System::TObject* Sender);
- void __fastcall SpeedButton2Click(System::TObject* Sender);
- void __fastcall ListBox2MouseDown(System::TObject* Sender, Controls::TMouseButton Button, Classes::TShiftState
- Shift, int X, int Y);
-
- protected:
- DYNAMIC void __fastcall Activated(void);
-
- public:
- Ahmtmapimail::TAHMMapiMessages* FAHMMapiMessages;
- virtual void __fastcall ComponentDeleted(Classes::TComponent* Component);
- virtual void __fastcall FormClosed(Forms::TCustomForm* AForm);
- __fastcall virtual ~TMapiMailConfig(void);
- public:
- /* TDesignWindow.Create */ __fastcall virtual TMapiMailConfig(Classes::TComponent* AOwner) : Dsgnwnds::
- TDesignWindow(AOwner) { }
-
- public:
- /* TCustomForm.CreateNew */ __fastcall TMapiMailConfig(Classes::TComponent* AOwner, int Dummy) : Dsgnwnds::
- TDesignWindow(AOwner, Dummy) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TMapiMailConfig(HWND ParentWindow) : Dsgnwnds::TDesignWindow(
- ParentWindow) { }
-
- };
-
- class DELPHICLASS TAHMMapiProperty;
- class PASCALIMPLEMENTATION TAHMMapiProperty : public Dsgnintf::TClassProperty
- {
- typedef Dsgnintf::TClassProperty inherited;
-
- public:
- virtual void __fastcall Edit(void);
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TAHMMapiProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TAHMMapiProperty(void) : Dsgnintf::TClassProperty() { }
-
- };
-
- class DELPHICLASS TAHMMapiAttachmentProperty;
- class PASCALIMPLEMENTATION TAHMMapiAttachmentProperty : public Dsgnintf::TClassProperty
- {
- typedef Dsgnintf::TClassProperty inherited;
-
- public:
- virtual void __fastcall Edit(void);
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TAHMMapiAttachmentProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TAHMMapiAttachmentProperty(void) : Dsgnintf::TClassProperty() { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TMapiMailConfig* MapiMailConfig;
- extern PACKAGE void __fastcall ConfigureMapiMail(Ahmtmapimail::TAHMMapiMessages* AHMMapiMessages);
-
- } /* namespace Ahmtdsgmapimail */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtdsgmapimail;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTDsgMapiMail
-